projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c5ee7
)
(create_process): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Apr 1994 17:40:25 +0000
(17:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Apr 1994 17:40:25 +0000
(17:40 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 8ff0a038638e89510c804a596be1bcfd7e3f6633..191425e98fb640270565df4fd73944af7370295c 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-1290,7
+1290,7
@@
create_process (process, new_argv, current_dir)
setpgrp ();
#endif /* USG */
#endif /* not HAVE_SETSID */
-#if defined (NTTYDISC)
||
defined (TIOCSETD)
+#if defined (NTTYDISC)
&&
defined (TIOCSETD)
if (pty_flag && xforkin >= 0)
{
/* Use new line discipline. */